home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / DJLSR106.ARJ / INTDOSX.C < prev    next >
C/C++ Source or Header  |  1992-03-02  |  125b  |  7 lines

  1. #include <dos.h>
  2.  
  3. intdosx(union REGS *in, union REGS *out, struct SREGS *seg)
  4. {
  5.   return int86x(0x21, in, out, seg);
  6. }
  7.